Skip to content

chore: update @types/node and eslint to latest versions#434

Merged
mobilemind merged 1 commit into
mainfrom
claude/check-outdated-packages-nV1Xk
May 17, 2026
Merged

chore: update @types/node and eslint to latest versions#434
mobilemind merged 1 commit into
mainfrom
claude/check-outdated-packages-nV1Xk

Conversation

@mobilemind
Copy link
Copy Markdown
Owner

@mobilemind mobilemind commented May 17, 2026

Summary

  • @types/node: 25.7.0 → 25.8.0
  • eslint: 10.3.0 → 10.4.0
  • package-lock.json updated to match

Test plan

  • Verify npm install completes without errors
  • Run npm test to confirm build and tests still pass
  • Run npm run lint:md to confirm linting still passes

https://claude.ai/code/session_01Gikhu97U8KUXtTTfV2JzET


Generated by Claude Code

Copilot AI review requested due to automatic review settings May 17, 2026 17:08
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates development tooling dependencies for the OpenInlets TypeScript bookmarklet build/lint workflow by bumping @types/node and eslint, and syncing the lockfile accordingly.

Changes:

  • Bump @types/node from 25.7.0 to 25.8.0
  • Bump eslint from 10.3.0 to 10.4.0
  • Update package-lock.json to reflect the new resolved versions/transitive deps

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates pinned devDependency versions for @types/node and eslint.
package-lock.json Refreshes lockfile entries for the updated dependencies and their transitive updates (e.g., @eslint/config-helpers, undici-types).

Comment thread package.json
Comment on lines +13 to +16
"@types/node": "25.8.0",
"@typescript-eslint/eslint-plugin": "~8.59.3",
"@typescript-eslint/parser": "~8.59.3",
"eslint": "10.3.0",
"eslint": "10.4.0",
@mobilemind mobilemind enabled auto-merge (squash) May 17, 2026 17:11
@mobilemind mobilemind disabled auto-merge May 17, 2026 17:11
@mobilemind mobilemind merged commit 694bc9b into main May 17, 2026
10 checks passed
@mobilemind mobilemind deleted the claude/check-outdated-packages-nV1Xk branch May 17, 2026 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants